PowerTools SPREAD for Windows Forms 10.0J
Item プロパティ (CollectionBase<T>)


インデックスを表すInt32値。
コレクションの指定したインデックスにあるTを取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
'使用法
 
Dim instance As CollectionBase(Of T)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)
public T this[ 
   int index
]; {get; set;}

パラメータ

index
インデックスを表すInt32値。

プロパティ値

有効な各インデックスにあるT
例外
例外説明
System.ArgumentOutOfRangeExceptionindexパラメーターが、コレクションの有効なインデックスの範囲から外れています。
参照

CollectionBase<T> クラス
CollectionBase<T> メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.